Html Css Color HEX #CA6FE4 Orchid

📋 copy color: '#CA6FE4'

red 202 ◦ green 111 ◦ blue 228

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

Shades of Orchid #CA6FE4

Tints of Orchid #CA6FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

 BLUE value IS 228 (89.45% from 255) = 42.14%

R = 37.34%
G = 20.52%
B = 42.14%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA6FE4 (or 0xCA6FE4) is known color: Orchid. HEX triplet: CA, 6F and E4. RGB value is (202,111,228). Sum of RGB (Red+Green+Blue) = 202+111+228=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA6FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FE4 is #35901B. Grayscale: #979797. Windows color (decimal): -3510300 or 14970826. OLE color: 14970826.

HSL color Cylindrical-coordinate representation of color #CA6FE4: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6FE4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 111 228 -
CMYK 0.11 0.51 0 0.11
HSL 286.67º 0.68% 0.66% -
HSV(B) 286.67º 0.51% 0.89% -
XYZ 44.05 29.53 76.78 -
YUV 151.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 202 111 228 0.11 0.51 0 0.11 286.67 0.68 0.66
Hex CA 6F E4 B 33 0 B 11F 44 42
Octal 312 157 344 13 63 0 13 437 104 102
Binary 11001010 1101111 11100100 1011 110011 0 1011 100011111 1000100 1000010

Color Harmonies of #CA6FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FE4

Black with #CA6FE4

Text Example


Text Example

White with #CA6FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FE4; }

 p { color: rgb(202,111,228); }

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

background-color css

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

 a { background-color: rgb(202,111,228); }

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

border-color css

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

 span { border-color: rgb(202,111,228); }

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