Html Css Color HEX #CB74DB Orchid

📋 copy color: '#CB74DB'

red 203 ◦ green 116 ◦ blue 219

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

Shades of Orchid #CB74DB

Tints of Orchid #CB74DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 37.73%
G = 21.56%
B = 40.71%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB74DB (or 0xCB74DB) is known color: Orchid. HEX triplet: CB, 74 and DB. RGB value is (203,116,219). Sum of RGB (Red+Green+Blue) = 203+116+219=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74DB is #348B24. Grayscale: #999999. Windows color (decimal): -3443493 or 14382283. OLE color: 14382283.

HSL color Cylindrical-coordinate representation of color #CB74DB: hue angle of 290.68º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB74DB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 116 219 -
CMYK 0.07 0.47 0 0.14
HSL 290.68º 0.59% 0.66% -
HSV(B) 290.68º 0.47% 0.86% -
XYZ 43.66 30.3 70.57 -
YUV 153.76 164.82 163.12 -
System Red Green Blue C M Y K H S L
Decimal 203 116 219 0.07 0.47 0 0.14 290.68 0.59 0.66
Hex CB 74 DB 7 2F 0 E 123 3B 42
Octal 313 164 333 7 57 0 16 443 73 102
Binary 11001011 1110100 11011011 111 101111 0 1110 100100011 111011 1000010

Color Harmonies of #CB74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74DB

Black with #CB74DB

Text Example


Text Example

White with #CB74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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