Html Css Color HEX #CA7BCC Orchid

📋 copy color: '#CA7BCC'

red 202 ◦ green 123 ◦ blue 204

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

Shades of Orchid #CA7BCC

Tints of Orchid #CA7BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.25%

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

R = 38.19%
G = 23.25%
B = 38.56%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA7BCC (or 0xCA7BCC) is known color: Orchid. HEX triplet: CA, 7B and CC. RGB value is (202,123,204). Sum of RGB (Red+Green+Blue) = 202+123+204=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BCC is #358433. Grayscale: #9B9B9B. Windows color (decimal): -3507252 or 13401034. OLE color: 13401034.

HSL color Cylindrical-coordinate representation of color #CA7BCC: hue angle of 298.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7BCC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 123 204 -
CMYK 0.01 0.40 0 0.2
HSL 298.52º 0.44% 0.64% -
HSV(B) 298.52º 0.4% 0.8% -
XYZ 42.34 31.08 60.89 -
YUV 155.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 202 123 204 0.01 0.40 0 0.2 298.52 0.44 0.64
Hex CA 7B CC 1 28 0 14 12B 2C 40
Octal 312 173 314 1 50 0 24 453 54 100
Binary 11001010 1111011 11001100 1 101000 0 10100 100101011 101100 1000000

Color Harmonies of #CA7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BCC

Black with #CA7BCC

Text Example


Text Example

White with #CA7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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