Html Css Color HEX #CA7BBB Orchid

📋 copy color: '#CA7BBB'

red 202 ◦ green 123 ◦ blue 187

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

Shades of Orchid #CA7BBB

Tints of Orchid #CA7BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.52%

R = 39.45%
G = 24.02%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA7BBB (or 0xCA7BBB) is known color: Orchid. HEX triplet: CA, 7B and BB. RGB value is (202,123,187). Sum of RGB (Red+Green+Blue) = 202+123+187=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBB is #358444. Grayscale: #999999. Windows color (decimal): -3507269 or 12286922. OLE color: 12286922.

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

Color convert

RGB 202 123 187 -
CMYK 0 0.39 0.07 0.21
HSL 311.39º 0.43% 0.64% -
HSV(B) 311.39º 0.39% 0.79% -
XYZ 40.41 30.31 50.73 -
YUV 153.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 202 123 187 0 0.39 0.07 0.21 311.39 0.43 0.64
Hex CA 7B BB 0 27 7 15 137 2B 40
Octal 312 173 273 0 47 7 25 467 53 100
Binary 11001010 1111011 10111011 0 100111 111 10101 100110111 101011 1000000

Color Harmonies of #CA7BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BBB

Black with #CA7BBB

Text Example


Text Example

White with #CA7BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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