Html Css Color HEX #CA7BD0 Orchid

📋 copy color: '#CA7BD0'

red 202 ◦ green 123 ◦ blue 208

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

Shades of Orchid #CA7BD0

Tints of Orchid #CA7BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 37.9%
G = 23.08%
B = 39.02%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA7BD0 (or 0xCA7BD0) is known color: Orchid. HEX triplet: CA, 7B and D0. RGB value is (202,123,208). Sum of RGB (Red+Green+Blue) = 202+123+208=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA7BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BD0 is #35842F. Grayscale: #9C9C9C. Windows color (decimal): -3507248 or 13663178. OLE color: 13663178.

HSL color Cylindrical-coordinate representation of color #CA7BD0: hue angle of 295.76º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA7BD0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 123 208 -
CMYK 0.03 0.41 0 0.18
HSL 295.76º 0.47% 0.65% -
HSV(B) 295.76º 0.41% 0.82% -
XYZ 42.83 31.28 63.45 -
YUV 156.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 202 123 208 0.03 0.41 0 0.18 295.76 0.47 0.65
Hex CA 7B D0 3 29 0 12 128 2F 41
Octal 312 173 320 3 51 0 22 450 57 101
Binary 11001010 1111011 11010000 11 101001 0 10010 100101000 101111 1000001

Color Harmonies of #CA7BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BD0

Black with #CA7BD0

Text Example


Text Example

White with #CA7BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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