Html Css Color HEX #CC86D4 Orchid

📋 copy color: '#CC86D4'

red 204 ◦ green 134 ◦ blue 212

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

Shades of Orchid #CC86D4

Tints of Orchid #CC86D4

RGB

 RED value IS 204 (80.08% from 255) = 37.09%

 GREEN value IS 134 (52.73% from 255) = 24.36%

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 37.09%
G = 24.36%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC86D4 (or 0xCC86D4) is known color: Orchid. HEX triplet: CC, 86 and D4. RGB value is (204,134,212). Sum of RGB (Red+Green+Blue) = 204+134+212=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC86D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86D4 is #33792B. Grayscale: #A3A3A3. Windows color (decimal): -3373356 or 13928140. OLE color: 13928140.

HSL color Cylindrical-coordinate representation of color #CC86D4: hue angle of 293.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC86D4 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 134 212 -
CMYK 0.04 0.37 0 0.17
HSL 293.85º 0.48% 0.68% -
HSV(B) 293.85º 0.37% 0.83% -
XYZ 45.31 34.64 66.59 -
YUV 163.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 204 134 212 0.04 0.37 0 0.17 293.85 0.48 0.68
Hex CC 86 D4 4 25 0 11 126 30 44
Octal 314 206 324 4 45 0 21 446 60 104
Binary 11001100 10000110 11010100 100 100101 0 10001 100100110 110000 1000100

Color Harmonies of #CC86D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86D4

Black with #CC86D4

Text Example


Text Example

White with #CC86D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86D4; }

 p { color: rgb(204,134,212); }

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

background-color css

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

 a { background-color: rgb(204,134,212); }

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

border-color css

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

 span { border-color: rgb(204,134,212); }

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