Html Css Color HEX #CA7CCD Orchid

📋 copy color: '#CA7CCD'

red 202 ◦ green 124 ◦ blue 205

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

Shades of Orchid #CA7CCD

Tints of Orchid #CA7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.35%

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

R = 38.04%
G = 23.35%
B = 38.61%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA7CCD (or 0xCA7CCD) is known color: Orchid. HEX triplet: CA, 7C and CD. RGB value is (202,124,205). Sum of RGB (Red+Green+Blue) = 202+124+205=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CCD is #358332. Grayscale: #9C9C9C. Windows color (decimal): -3506995 or 13466826. OLE color: 13466826.

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

Color convert

RGB 202 124 205 -
CMYK 0.01 0.40 0 0.20
HSL 297.78º 0.45% 0.65% -
HSV(B) 297.78º 0.4% 0.8% -
XYZ 42.58 31.38 61.57 -
YUV 156.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 202 124 205 0.01 0.40 0 0.20 297.78 0.45 0.65
Hex CA 7C CD 1 28 0 14 12A 2D 41
Octal 312 174 315 1 50 0 24 452 55 101
Binary 11001010 1111100 11001101 1 101000 0 10100 100101010 101101 1000001

Color Harmonies of #CA7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CCD

Black with #CA7CCD

Text Example


Text Example

White with #CA7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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