Html Css Color HEX #CA7BCD Orchid

📋 copy color: '#CA7BCD'

red 202 ◦ green 123 ◦ blue 205

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

Shades of Orchid #CA7BCD

Tints of Orchid #CA7BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 38.11%
G = 23.21%
B = 38.68%

CMYK

 C value IS 0.01

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA7BCD (or 0xCA7BCD) is known color: Orchid. HEX triplet: CA, 7B and CD. RGB value is (202,123,205). Sum of RGB (Red+Green+Blue) = 202+123+205=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BCD is #358432. Grayscale: #9B9B9B. Windows color (decimal): -3507251 or 13466570. OLE color: 13466570.

HSL color Cylindrical-coordinate representation of color #CA7BCD: hue angle of 297.8º degrees, saturation: 0.45, 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 #CA7BCD is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 123 205 -
CMYK 0.01 0.4 0 0.20
HSL 297.8º 0.45% 0.64% -
HSV(B) 297.8º 0.4% 0.8% -
XYZ 42.46 31.13 61.53 -
YUV 155.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 202 123 205 0.01 0.4 0 0.20 297.8 0.45 0.64
Hex CA 7B CD 1 28 0 14 12A 2D 40
Octal 312 173 315 1 50 0 24 452 55 100
Binary 11001010 1111011 11001101 1 101000 0 10100 100101010 101101 1000000

Color Harmonies of #CA7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BCD

Black with #CA7BCD

Text Example


Text Example

White with #CA7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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