Html Css Color HEX #CB74DA Orchid

📋 copy color: '#CB74DA'

red 203 ◦ green 116 ◦ blue 218

#CB74DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB74DA

Tints of Orchid #CB74DA

RGB

 RED value IS 203 (79.69% from 255) = 37.8%

 GREEN value IS 116 (45.7% from 255) = 21.6%

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 37.8%
G = 21.6%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB74DA (or 0xCB74DA) is known color: Orchid. HEX triplet: CB, 74 and DA. RGB value is (203,116,218). Sum of RGB (Red+Green+Blue) = 203+116+218=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB74DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DA is #348B25. Grayscale: #999999. Windows color (decimal): -3443494 or 14316747. OLE color: 14316747.

HSL color Cylindrical-coordinate representation of color #CB74DA: hue angle of 291.18º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB74DA is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 116 218 -
CMYK 0.07 0.47 0 0.15
HSL 291.18º 0.58% 0.65% -
HSV(B) 291.18º 0.47% 0.85% -
XYZ 43.53 30.25 69.87 -
YUV 153.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 203 116 218 0.07 0.47 0 0.15 291.18 0.58 0.65
Hex CB 74 DA 7 2F 0 F 123 3A 41
Octal 313 164 332 7 57 0 17 443 72 101
Binary 11001011 1110100 11011010 111 101111 0 1111 100100011 111010 1000001

Color Harmonies of #CB74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74DA

Black with #CB74DA

Text Example


Text Example

White with #CB74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74DA; }

 p { color: rgb(203,116,218); }

 H1.HeaderClassName
 {
   color: #CB74DA;
 }
 .AnyTagClassName
 {
   color: #CB74DA;
 }
</style>

background-color css

<style>
 a { background-color: #CB74DA; }

 a { background-color: rgb(203,116,218); }

 div.DivClassName
 {
   background-color: #CB74DA;
 }
 .BgClassName
 {
   background-color: #CB74DA;
 }
</style>

border-color css

<style>
 span { border-color: #CB74DA; }

 span { border-color: rgb(203,116,218); }

 td.TdClassName
 {
   border-color: #CB74DA;
 }
 .TagClassName
 {
   border-color: #CB74DA;
 }
</style>