Html Css Color HEX #CC6BE7 Orchid

📋 copy color: '#CC6BE7'

red 204 ◦ green 107 ◦ blue 231

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

Shades of Orchid #CC6BE7

Tints of Orchid #CC6BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.62%

R = 37.64%
G = 19.74%
B = 42.62%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC6BE7 (or 0xCC6BE7) is known color: Orchid. HEX triplet: CC, 6B and E7. RGB value is (204,107,231). Sum of RGB (Red+Green+Blue) = 204+107+231=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC6BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BE7 is #339418. Grayscale: #959595. Windows color (decimal): -3380249 or 15166412. OLE color: 15166412.

HSL color Cylindrical-coordinate representation of color #CC6BE7: hue angle of 286.94º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6BE7 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 107 231 -
CMYK 0.12 0.54 0 0.09
HSL 286.94º 0.72% 0.66% -
HSV(B) 286.94º 0.54% 0.91% -
XYZ 44.58 29.12 78.87 -
YUV 150.14 173.64 166.42 -
System Red Green Blue C M Y K H S L
Decimal 204 107 231 0.12 0.54 0 0.09 286.94 0.72 0.66
Hex CC 6B E7 C 36 0 9 11F 48 42
Octal 314 153 347 14 66 0 11 437 110 102
Binary 11001100 1101011 11100111 1100 110110 0 1001 100011111 1001000 1000010

Color Harmonies of #CC6BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BE7

Black with #CC6BE7

Text Example


Text Example

White with #CC6BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BE7; }

 p { color: rgb(204,107,231); }

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

background-color css

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

 a { background-color: rgb(204,107,231); }

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

border-color css

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

 span { border-color: rgb(204,107,231); }

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