Html Css Color HEX #CA67CC Orchid

📋 copy color: '#CA67CC'

red 202 ◦ green 103 ◦ blue 204

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

Shades of Orchid #CA67CC

Tints of Orchid #CA67CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 39.69%
G = 20.24%
B = 40.08%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA67CC (or 0xCA67CC) is known color: Orchid. HEX triplet: CA, 67 and CC. RGB value is (202,103,204). Sum of RGB (Red+Green+Blue) = 202+103+204=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67CC is #359833. Grayscale: #8F8F8F. Windows color (decimal): -3512372 or 13395914. OLE color: 13395914.

HSL color Cylindrical-coordinate representation of color #CA67CC: hue angle of 298.81º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA67CC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 103 204 -
CMYK 0.01 0.50 0 0.2
HSL 298.81º 0.5% 0.6% -
HSV(B) 298.81º 0.5% 0.8% -
XYZ 40.11 26.62 60.15 -
YUV 144.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 202 103 204 0.01 0.50 0 0.2 298.81 0.5 0.6
Hex CA 67 CC 1 32 0 14 12B 32 3C
Octal 312 147 314 1 62 0 24 453 62 74
Binary 11001010 1100111 11001100 1 110010 0 10100 100101011 110010 111100

Color Harmonies of #CA67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67CC

Black with #CA67CC

Text Example


Text Example

White with #CA67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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