Html Css Color HEX #CA6BC4 Orchid

📋 copy color: '#CA6BC4'

red 202 ◦ green 107 ◦ blue 196

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

Shades of Orchid #CA6BC4

Tints of Orchid #CA6BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 40%
G = 21.19%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA6BC4 (or 0xCA6BC4) is known color: Orchid. HEX triplet: CA, 6B and C4. RGB value is (202,107,196). Sum of RGB (Red+Green+Blue) = 202+107+196=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BC4 is #35943B. Grayscale: #919191. Windows color (decimal): -3511356 or 12872650. OLE color: 12872650.

HSL color Cylindrical-coordinate representation of color #CA6BC4: hue angle of 303.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6BC4 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 107 196 -
CMYK 0 0.47 0.03 0.21
HSL 303.79º 0.47% 0.61% -
HSV(B) 303.79º 0.47% 0.79% -
XYZ 39.58 27.06 55.36 -
YUV 145.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 202 107 196 0 0.47 0.03 0.21 303.79 0.47 0.61
Hex CA 6B C4 0 2F 3 15 130 2F 3D
Octal 312 153 304 0 57 3 25 460 57 75
Binary 11001010 1101011 11000100 0 101111 11 10101 100110000 101111 111101

Color Harmonies of #CA6BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BC4

Black with #CA6BC4

Text Example


Text Example

White with #CA6BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BC4; }

 p { color: rgb(202,107,196); }

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

background-color css

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

 a { background-color: rgb(202,107,196); }

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

border-color css

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

 span { border-color: rgb(202,107,196); }

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