Html Css Color HEX #CA67D9 Orchid

📋 copy color: '#CA67D9'

red 202 ◦ green 103 ◦ blue 217

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

Shades of Orchid #CA67D9

Tints of Orchid #CA67D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 38.7%
G = 19.73%
B = 41.57%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA67D9 (or 0xCA67D9) is known color: Orchid. HEX triplet: CA, 67 and D9. RGB value is (202,103,217). Sum of RGB (Red+Green+Blue) = 202+103+217=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67D9 is #359826. Grayscale: #919191. Windows color (decimal): -3512359 or 14247882. OLE color: 14247882.

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

Color convert

RGB 202 103 217 -
CMYK 0.07 0.53 0 0.15
HSL 292.11º 0.6% 0.63% -
HSV(B) 292.11º 0.53% 0.85% -
XYZ 41.73 27.27 68.71 -
YUV 145.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 202 103 217 0.07 0.53 0 0.15 292.11 0.6 0.63
Hex CA 67 D9 7 35 0 F 124 3C 3F
Octal 312 147 331 7 65 0 17 444 74 77
Binary 11001010 1100111 11011001 111 110101 0 1111 100100100 111100 111111

Color Harmonies of #CA67D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67D9

Black with #CA67D9

Text Example


Text Example

White with #CA67D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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