Html Css Color HEX #CA7BCB Orchid

📋 copy color: '#CA7BCB'

red 202 ◦ green 123 ◦ blue 203

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

Shades of Orchid #CA7BCB

Tints of Orchid #CA7BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 38.26%
G = 23.3%
B = 38.45%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA7BCB (or 0xCA7BCB) is known color: Orchid. HEX triplet: CA, 7B and CB. RGB value is (202,123,203). Sum of RGB (Red+Green+Blue) = 202+123+203=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA7BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BCB is #358434. Grayscale: #9B9B9B. Windows color (decimal): -3507253 or 13335498. OLE color: 13335498.

HSL color Cylindrical-coordinate representation of color #CA7BCB: hue angle of 299.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7BCB is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 123 203 -
CMYK 0.00 0.39 0 0.20
HSL 299.25º 0.43% 0.64% -
HSV(B) 299.25º 0.39% 0.8% -
XYZ 42.22 31.03 60.26 -
YUV 155.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 202 123 203 0.00 0.39 0 0.20 299.25 0.43 0.64
Hex CA 7B CB 0 27 0 14 12B 2B 40
Octal 312 173 313 0 47 0 24 453 53 100
Binary 11001010 1111011 11001011 0 100111 0 10100 100101011 101011 1000000

Color Harmonies of #CA7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BCB

Black with #CA7BCB

Text Example


Text Example

White with #CA7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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