Html Css Color HEX #CF6CE0 Orchid

📋 copy color: '#CF6CE0'

red 207 ◦ green 108 ◦ blue 224

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

Shades of Orchid #CF6CE0

Tints of Orchid #CF6CE0

RGB

 RED value IS 207 (81.25% from 255) = 38.4%

 GREEN value IS 108 (42.58% from 255) = 20.04%

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 38.4%
G = 20.04%
B = 41.56%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF6CE0 (or 0xCF6CE0) is known color: Orchid. HEX triplet: CF, 6C and E0. RGB value is (207,108,224). Sum of RGB (Red+Green+Blue) = 207+108+224=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CE0 is #30931F. Grayscale: #969696. Windows color (decimal): -3183392 or 14707919. OLE color: 14707919.

HSL color Cylindrical-coordinate representation of color #CF6CE0: hue angle of 291.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6CE0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 108 224 -
CMYK 0.08 0.52 0 0.12
HSL 291.21º 0.65% 0.65% -
HSV(B) 291.21º 0.52% 0.88% -
XYZ 44.55 29.37 73.84 -
YUV 150.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 207 108 224 0.08 0.52 0 0.12 291.21 0.65 0.65
Hex CF 6C E0 8 34 0 C 123 41 41
Octal 317 154 340 10 64 0 14 443 101 101
Binary 11001111 1101100 11100000 1000 110100 0 1100 100100011 1000001 1000001

Color Harmonies of #CF6CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CE0

Black with #CF6CE0

Text Example


Text Example

White with #CF6CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CE0; }

 p { color: rgb(207,108,224); }

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

background-color css

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

 a { background-color: rgb(207,108,224); }

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

border-color css

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

 span { border-color: rgb(207,108,224); }

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