Html Css Color HEX #CB69DB Orchid

📋 copy color: '#CB69DB'

red 203 ◦ green 105 ◦ blue 219

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

Shades of Orchid #CB69DB

Tints of Orchid #CB69DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.92%

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

R = 38.52%
G = 19.92%
B = 41.56%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB69DB (or 0xCB69DB) is known color: Orchid. HEX triplet: CB, 69 and DB. RGB value is (203,105,219). Sum of RGB (Red+Green+Blue) = 203+105+219=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69DB is #349624. Grayscale: #929292. Windows color (decimal): -3446309 or 14379467. OLE color: 14379467.

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

Color convert

RGB 203 105 219 -
CMYK 0.07 0.52 0 0.14
HSL 291.58º 0.61% 0.64% -
HSV(B) 291.58º 0.52% 0.86% -
XYZ 42.47 27.91 70.17 -
YUV 147.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 203 105 219 0.07 0.52 0 0.14 291.58 0.61 0.64
Hex CB 69 DB 7 34 0 E 124 3D 40
Octal 313 151 333 7 64 0 16 444 75 100
Binary 11001011 1101001 11011011 111 110100 0 1110 100100100 111101 1000000

Color Harmonies of #CB69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69DB

Black with #CB69DB

Text Example


Text Example

White with #CB69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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