Html Css Color HEX #CC67FB Heliotrope

📋 copy color: '#CC67FB'

red 204 ◦ green 103 ◦ blue 251

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

Shades of Heliotrope #CC67FB

Tints of Heliotrope #CC67FB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.46%

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 36.56%
G = 18.46%
B = 44.98%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC67FB (or 0xCC67FB) is known color: Heliotrope. HEX triplet: CC, 67 and FB. RGB value is (204,103,251). Sum of RGB (Red+Green+Blue) = 204+103+251=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC67FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC67FB is #339804. Grayscale: #959595. Windows color (decimal): -3381253 or 16476108. OLE color: 16476108.

HSL color Cylindrical-coordinate representation of color #CC67FB: hue angle of 280.95º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC67FB is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 103 251 -
CMYK 0.19 0.59 0 0.02
HSL 280.95º 0.95% 0.69% -
HSV(B) 280.95º 0.59% 0.98% -
XYZ 47.16 29.5 94.48 -
YUV 150.07 184.96 166.47 -
System Red Green Blue C M Y K H S L
Decimal 204 103 251 0.19 0.59 0 0.02 280.95 0.95 0.69
Hex CC 67 FB 13 3B 0 2 119 5F 45
Octal 314 147 373 23 73 0 2 431 137 105
Binary 11001100 1100111 11111011 10011 111011 0 10 100011001 1011111 1000101

Color Harmonies of #CC67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67FB

Black with #CC67FB

Text Example


Text Example

White with #CC67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67FB; }

 p { color: rgb(204,103,251); }

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

background-color css

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

 a { background-color: rgb(204,103,251); }

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

border-color css

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

 span { border-color: rgb(204,103,251); }

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