Html Css Color HEX #CA7BC9 Orchid

📋 copy color: '#CA7BC9'

red 202 ◦ green 123 ◦ blue 201

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

Shades of Orchid #CA7BC9

Tints of Orchid #CA7BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.21%

R = 38.4%
G = 23.38%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA7BC9 (or 0xCA7BC9) is known color: Orchid. HEX triplet: CA, 7B and C9. RGB value is (202,123,201). Sum of RGB (Red+Green+Blue) = 202+123+201=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BC9 is #358436. Grayscale: #9B9B9B. Windows color (decimal): -3507255 or 13204426. OLE color: 13204426.

HSL color Cylindrical-coordinate representation of color #CA7BC9: hue angle of 300.76º 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 #CA7BC9 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 123 201 -
CMYK 0 0.39 0.00 0.21
HSL 300.76º 0.43% 0.64% -
HSV(B) 300.76º 0.39% 0.79% -
XYZ 41.98 30.94 59.02 -
YUV 155.51 153.67 161.16 -
System Red Green Blue C M Y K H S L
Decimal 202 123 201 0 0.39 0.00 0.21 300.76 0.43 0.64
Hex CA 7B C9 0 27 0 15 12D 2B 40
Octal 312 173 311 0 47 0 25 455 53 100
Binary 11001010 1111011 11001001 0 100111 0 10101 100101101 101011 1000000

Color Harmonies of #CA7BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BC9

Black with #CA7BC9

Text Example


Text Example

White with #CA7BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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