Html Css Color HEX #CA67DB Orchid

📋 copy color: '#CA67DB'

red 202 ◦ green 103 ◦ blue 219

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

Shades of Orchid #CA67DB

Tints of Orchid #CA67DB

RGB

 RED value IS 202 (79.3% from 255) = 38.55%

 GREEN value IS 103 (40.63% from 255) = 19.66%

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

R = 38.55%
G = 19.66%
B = 41.79%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA67DB (or 0xCA67DB) is known color: Orchid. HEX triplet: CA, 67 and DB. RGB value is (202,103,219). Sum of RGB (Red+Green+Blue) = 202+103+219=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67DB is #359824. Grayscale: #919191. Windows color (decimal): -3512357 or 14378954. OLE color: 14378954.

HSL color Cylindrical-coordinate representation of color #CA67DB: hue angle of 291.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA67DB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 103 219 -
CMYK 0.08 0.53 0 0.14
HSL 291.21º 0.62% 0.63% -
HSV(B) 291.21º 0.53% 0.86% -
XYZ 41.99 27.37 70.09 -
YUV 145.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 202 103 219 0.08 0.53 0 0.14 291.21 0.62 0.63
Hex CA 67 DB 8 35 0 E 123 3E 3F
Octal 312 147 333 10 65 0 16 443 76 77
Binary 11001010 1100111 11011011 1000 110101 0 1110 100100011 111110 111111

Color Harmonies of #CA67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67DB

Black with #CA67DB

Text Example


Text Example

White with #CA67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67DB; }

 p { color: rgb(202,103,219); }

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

background-color css

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

 a { background-color: rgb(202,103,219); }

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

border-color css

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

 span { border-color: rgb(202,103,219); }

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